CENTER TEXT

This command will output the provided string using the current text settings at the specified coordinates.

  Syntax
CENTER TEXT X,Y,String
  Parameters
X
Integer
The specified x coordinates
Y
Integer
The specified y coordinates
String
String
The string that will be use

  Returns

This command does not return a value.

  Description

The text will be centered on the X coordinate given. The coordinates should be integer values. This command can only produce text on a single line, so you should refrain from using carriage return characters in the text string. Any carriage return symbols will be ignored.

  Example Code
CENTER TEXT 320,10,"top"
CENTER TEXT 320,240,"center"
WAIT KEY
  See also

TEXT Commands Menu
Index